home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-05-22 | 620 b | 47 lines | [TEXT/XCNQ] |
- (game-module "steppes"
- (title "Steppes")
- (blurb "The wide open spaces")
- (base-module "standard")
- (variants (see-all false) (world-seen true))
- )
-
- (add t* country-terrain-min 0)
- (add t* country-terrain-max 1000)
-
- ;;; Uniform land (matches anything with a type called "plains").
-
- (area 60 30)
-
- (area (terrain (by-name "+" plains)
- "60+"
- "60+"
- "60+"
- "30+a29+" ; works around a bug in AI code?
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- "60+"
- ))
-